-
Notifications
You must be signed in to change notification settings - Fork 16
chore(deps): update linters #947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for doist-typist failed.
|
7dfbf00 to
e732639
Compare
a0be512 to
c806db5
Compare
777bbf5 to
8fcafc8
Compare
ea19f61 to
d07ab31
Compare
3280d30 to
1f47643
Compare
aa78607 to
c9dbbf0
Compare
|
5bdc957 to
cdafa62
Compare
c1bb95f to
e2d5cbf
Compare
48ee841 to
77210cb
Compare
77210cb to
1c3ff8b
Compare
|
Closing this since it depends on #785. |
auto-merge was automatically disabled
October 25, 2025 09:40
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1->3.10.112.0.0->12.1.156.0.0->56.0.10.4.1->0.5.43.2.5->3.6.2Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.10.1Compare Source
Patch Changes
c1d64c3Thanks @JounQin! - chore: bumpunrs-resolverto v1.6.2Full Changelog: import-js/eslint-import-resolver-typescript@v3.10.0...v3.10.1
v3.10.0Compare Source
Minor Changes
#413
89c2795Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolverto rebrandingunrs-resolverfor more targets support and other bug fixesFull Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0
v3.9.1Compare Source
Patch Changes
4a9176eThanks @JounQin! - fix: userspack-resolverfork for pnp supportv3.9.0Compare Source
Minor Changes
6814443Thanks @JounQin! - feat: migrateenhanced-resolvetooxc-resolverv3.8.7Compare Source
Patch Changes
a14fdd9Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsv3.8.6Compare Source
Patch Changes
c9d5ab0Thanks @JounQin! - fix: add support for importing with .js extension as tsx importeev3.8.5Compare Source
Patch Changes
366eeafThanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.v3.8.4Compare Source
Patch Changes
c940785Thanks @JounQin! - fix: support multiple matching ts pathsv3.8.3Compare Source
Patch Changes
#360
8192976Thanks @carlocorradini! - Force tiniglobby to expand dot directories#360
8192976Thanks @carlocorradini! - Update tinyglobby to latest versionv3.8.2Compare Source
Patch Changes
5fd349eThanks @carlocorradini! - Update thetinyglobbyto the latest version to solve performance regressions.v3.8.1Compare Source
Patch Changes
0c6303dThanks @carlocorradini! - Set cwd while resolving tsconfig includev3.8.0Compare Source
Minor Changes
#345
fcc8883Thanks @carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87Thanks @carlocorradini! - Update get-tsconfig to the the latest version. We now support the${configDir}variable, introduced in TypeScript 5.5.v3.7.0Compare Source
Minor Changes
#326
93ea130Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescriptdirectly in your ESLint flat config:Previously
Now
Note that this only works with
eslint-plugin-import-x@>=4.5.0. You can't usecreateTypeScriptImportResolverwith the older versions ofeslint-plugin-import-xor any existing versions ofeslint-plugin-import.v3.6.3Compare Source
Patch Changes
#305
f8d7b82Thanks @SukkaW! - Fix resolve fornode:test,node:sea, andnode:sqlitewithout sacrificing installation size#288
a4c6c78Thanks @SunsetTechuila! - fix: ignore bun built-in moduleslydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)
v12.1.1Compare Source
This release adds a short
meta.docs.descriptionto each rule. Thanks to fisker Cheung (@fisker)!v12.1.0Compare Source
This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install
@types/eslintyourself. Thanks to @Logicer16!sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)
v56.0.1Compare Source
expiring-todo-comments: Fix compatibility with ESLint 9.15 (#2497)16b09d3veritem/eslint-plugin-vitest (eslint-plugin-vitest)
v0.5.4Compare Source
Features
v0.5.3Compare Source
Bug Fixes
v0.5.2Compare Source
Features
v0.5.1Compare Source
Bug Fixes
v0.5.0Compare Source
This version only supports new eslint flat config!
If you run into issues, consider downgrading and opening an issue. Remember to include a minimum repro example to help me fix issues quickly!
Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
diff
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by @fisker)v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
v3.4.2Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on(#16887 by @fisker)v3.4.0Compare Source
diff
🔗 Release Notes
v3.3.3Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@letdeclaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@letdeclaration syntax.Please see the following code example. The
@letdeclaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
v3.3.2Compare Source
diff
Fix handlebars path expressions starts with
@(#16358 by @Princeyadav05)v3.3.1Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.